message store - definição. O que é message store. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é message store - definição

LAKE IN LEBESBY MUNICIPALITY, NORWAY
Store Masvann; Store Masvannet; Store måsvann; Store masvann; Store Måsvann

message passing         
MECHANISM FOR INTERPROCESS COMMUNICATION
Message passing programming; Message Passing; Message-based protocol; Message-passing; Message-based; Message (object-oriented programming); Asynchronous message passing; Synchronous message passing
One of the two techniques for communicating between parallel processes (the other being shared memory). A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is usually handled by the run-time support of the language in which the processes are written, or by the operating system. Message passing scales better than shared memory, which is generally used in computers with relatively few processors. This is because the total communications bandwidth usually increases with the number of processors. A message passing system provides primitives for sending and receiving messages. These primitives may by either synchronous or asynchronous or both. A synchronous send will not complete (will not allow the sender to proceed) until the receiving process has received the message. This allows the sender to know whether the message was received successfully or not (like when you speak to someone on the telephone). An asynchronous send simply queues the message for transmission without waiting for it to be received (like posting a letter). A synchronous receive primitive will wait until there is a message to read whereas an asynchronous receive will return immediately, either with a message or to say that no message has arrived. Messages may be sent to a named process or to a named mailbox which may be readable by one or many processes. Transmission involves determining the location of the recipient and then choosing a route to reach that location. The message may be transmitted in one go or may be split into packets which are transmitted independently (e.g. using wormhole routing) and reassembled at the receiver. The message passing system must ensure that sufficient memory is available to buffer the message at its destination and at intermediate nodes. Messages may be typed or untyped at the programming language level. They may have a priority, allowing the receiver to read the highest priority messages first. Some message passing computers are the {MIT J-Machine (http://ai.mit.edu/projects/cva/cva_j_machine.html)}, the {Illinois Concert Project (http://www-csag.cs.uiuc.edu/projects/concert.html)} and transputer-based systems. Object-oriented programming uses message passing between objects as a metaphor for procedure call. (1994-11-11)
department store         
  • Aerial view of [[Anthony Hordern & Sons]] in [[Sydney, Australia]] (1936), once the largest department store in the world.
  • Au Bon Marché
  • [[Selfridges]], [[Oxford Street]] in [[London]], 1944
  • former province of Echigo]]. The Mitsukoshi headquarters are located on the left side of the street.
  • [[Sokos]] department store building in [[Multimäki]], [[Kuopio]], Finland
  • Marshall Field's State Street store "great hall" interior around 1910
RETAIL ESTABLISHMENT; BUILDING WHICH OFFERS A WIDE RANGE OF CONSUMER GOODS
Department Stores; Department Store; Department stores; Department store chain; Discount retail store; Discount retail stores; Discount retailers; Discount retailing; Discount retail market; Discount retail markets; Discount marketing; Computer store; Stuff shop; Departmental store; 🏬; Off-price department store; Dry goods store; Specialty department store
(department stores)
A department store is a large shop which sells many different kinds of goods.
N-COUNT
department store         
  • Aerial view of [[Anthony Hordern & Sons]] in [[Sydney, Australia]] (1936), once the largest department store in the world.
  • Au Bon Marché
  • [[Selfridges]], [[Oxford Street]] in [[London]], 1944
  • former province of Echigo]]. The Mitsukoshi headquarters are located on the left side of the street.
  • [[Sokos]] department store building in [[Multimäki]], [[Kuopio]], Finland
  • Marshall Field's State Street store "great hall" interior around 1910
RETAIL ESTABLISHMENT; BUILDING WHICH OFFERS A WIDE RANGE OF CONSUMER GOODS
Department Stores; Department Store; Department stores; Department store chain; Discount retail store; Discount retail stores; Discount retailers; Discount retailing; Discount retail market; Discount retail markets; Discount marketing; Computer store; Stuff shop; Departmental store; 🏬; Off-price department store; Dry goods store; Specialty department store
¦ noun a large shop stocking many varieties of goods in different departments.

Wikipédia

Store Måsvannet

Store Måsvannet (Northern Sami: Stuorra Sopmir) is a lake in Lebesby Municipality in Troms og Finnmark county, Norway. The 14.89-square-kilometre (5.75 sq mi) lake lies about 4 kilometres (2.5 mi) southeast of the Laksefjorden, about half-way between Kunes and Ifjord.

Exemplos do corpo de texto para message store
1. It also carries an experiment for message store and forward system.